Window.Refresh Method

Repaints the entire contents of the window. If the optional parameter EraseBackground is True, the background will be erased prior to redrawing the window.

Syntax

Window.Refresh [EraseBackground]


Parameters

EraseBackground (Optional)

Boolean


The default is True.